From b68bbbb89252c78dff1790873f26da154d83b78a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 18 Dec 2009 21:47:03 -0500 Subject: [PATCH] Fix doc typos Reported in bug 604902. --- gtk/gtkwindow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index e5d6080a50..f01820d1fb 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -666,7 +666,7 @@ gtk_window_class_init (GtkWindowClass *klass) GTK_PARAM_READWRITE)); /** - * GtkWindow:accept-focus-hint: + * GtkWindow:accept-focus: * * Whether the window should receive the input focus. * @@ -681,7 +681,7 @@ gtk_window_class_init (GtkWindowClass *klass) GTK_PARAM_READWRITE)); /** - * GtkWindow:focus-on-map-hint: + * GtkWindow:focus-on-map: * * Whether the window should receive the input focus when mapped. * -- 2.30.2